Rapid Database Application Development
|
||
Development |
"Microsoft Access for Linux"
|
|
Forms: New Factory SystemCurrent system based on factories is dropped. WidgetInfo is now used not only as a struct, but as the basis of factories. New factories will just contain one function which create a WidgetInfo for each widget type. WidgetInfo Class Basic properties (already in current WidgetInfo)These properties could be stored, in WidgetInfoData.
Widget creation
Widget properties
Actions
Special propertiesWhat about a WidgetInfo::setOption(QCString name, QVariant value) with available options: OverrideParentWidgetInfo=true|false, etc. InheritingThanks to this new system, inheriting std class (eg std line edit) behaviour will be done automatically by C++ inheritance. |
|||||
|